home *** CD-ROM | disk | FTP | other *** search
/ Latex Das Cyber Sex Adventure / Latex das Cyber-Sex Adventure - Disc 1.iso / pc / data / shared.cst / 00007_Script_7 < prev   
Text File  |  1998-07-30  |  440b  |  18 lines

  1. -- RearWindow Shared.Dir (Shared cast example movie)
  2. -- ⌐ 1992-1994 David Jackson-Shields and Macromedia, Inc.
  3.  
  4. on initRearWindow theColor
  5. --  global rwObj
  6. --  if objectP( rwObj ) then rwObj( mDispose )
  7. --  put RearWindow( mNew, "M" ) into rwObj
  8. --  rwObj( mIndexColorToWindow, theColor )
  9. end initRearWindow
  10.  
  11. --
  12.  
  13. on disposeRearWindow
  14. --  global rwObj
  15. --  if objectP( rwObj ) then rwObj( mDispose )
  16. end disposeRearWindow
  17.  
  18. --